+Wed Jun 27 11:57:13 2007 Tim Janik <timj@imendio.com>
+
+ * gtk/tmpl/gtkmenu.sgml: fixed push_in description.
+
2007-06-25 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am:
menu shall be drawn. This is an output parameter.
@y: address of the #gint representing the vertical position where the
menu shall be drawn. This is an output parameter.
-@push_in: whether the menu should be pushed in to be completely inside the
- screen instead of just clamped to the size to the screen.
+@push_in: whether the first menu item should be offset (pushed in) to be
+ aligned with the menu popup position (only useful for GtkOptionMenu).
@user_data: the data supplied by the user in the gtk_menu_popup() @data
parameter.
</para>
@attach_widget: the #GtkWidget that the menu is being detached from.
+
@menu: the #GtkMenu being detached.